home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 29
/
Volume 29 - JOGO DISK .iso
/
Games
/
jumping_jelly_beans.swf
/
scripts
/
DefineSprite_405_bonus
/
frame_2
/
DoAction.as
Wrap
Text File
|
2006-11-29
|
169b
|
13 lines
d = 25;
onenterframe = function()
{
_X = _X + xs / 2;
d--;
if(!d)
{
r.all.removevalue(this);
this.removeMovieClip();
}
};
stop();